jquery reload page

92

Page Reload detect in jquery -

$(function () {
    if (performance.navigation.type == 1) {
        yourFunction();
    }
});

Comments

Submit
0 Comments